func github.com/refraction-networking/utls.readUint24LengthPrefixed

8 uses

	github.com/refraction-networking/utls (current package)
		handshake_messages.go#L67: func readUint24LengthPrefixed(s *cryptobyte.String, out *[]byte) bool {
		handshake_messages.go#L1588: 		if !readUint24LengthPrefixed(&certList, &cert) ||
		handshake_messages.go#L1609: 					!readUint24LengthPrefixed(&extData, &certificate.OCSPStaple) ||
		handshake_messages.go#L1687: 		!readUint24LengthPrefixed(&s, &m.response) ||
		handshake_messages.go#L1751: 		readUint24LengthPrefixed(&s, &m.verifyData) &&
		ticket.go#L203: 		if !readUint24LengthPrefixed(&extra, &e) {
		ticket.go#L250: 			if !readUint24LengthPrefixed(&certList, &cert) {
		u_handshake_messages.go#L50: 		!readUint24LengthPrefixed(&s, &m.compressedCertificateMessage) {